This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Extracting OLE objects embedded in form - use of C API?? ~Umberto Nongeroson 8.Nov.02 05:20 PM a Web browser Applications Development All ReleasesWindows 2000
NSFNoteOLEDissasociateFileFromObject is not going to help you. That and two companion functions, NSFNoteOLEAssociateFileToObject and NSFNoteOLEGetAssociateFileOnObject, are a mechanism to associate additional files, not directly related to the OLE storage, with an OLE object. They have nothing to do with accessing the OLE object storage itself.
Does the NSFNoteExtractOLE2Object C API function work? Seems like it should.